home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / cfuncs.zip / STRSPC.DOC < prev    next >
Text File  |  1991-01-03  |  392b  |  11 lines

  1. /*----------------------strspc-------------------------------*/
  2. /*DESCRIPTION: Puts len spaces into string and adds a         */
  3. /*    terminating null char.                     */
  4. /*                                 */
  5. /*RETURNS: the address of string                 */
  6. /*USES: nothing                             */
  7. /*IN: string.c                             */
  8. /*-----------------------------------------------------------*/
  9.  
  10. char *strspc(char *string, int len)
  11.